From df248ad03df432cdb6acf33a6666418caa0049b6 Mon Sep 17 00:00:00 2001 From: Iceyer Date: Wed, 26 Jul 2017 17:19:20 +0800 Subject: [PATCH] Add install file Change-Id: Ib201b45a7df7f75b79dab3382a0aca7fa4744d69 --- README.md | 6 ++---- debian/libdtkcore-dev.install | 3 +++ debian/libdtkcore.install | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 debian/libdtkcore-dev.install create mode 100644 debian/libdtkcore.install diff --git a/README.md b/README.md index 887779c..25e5f77 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Deepin Tool Kit Document {#mainpage} +# Deepin Tool Kit Core {#mainpage} Deepint Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work on Deepin. -You shoud read the [Deepin Application Specification](\ref Specification) firstly. +You shoud read the [Deepin Application Specification](\ref doc/Specification) firstly. ## Dependencies @@ -50,5 +50,3 @@ We encourage you to report issues and contribute changes ## License deepin-tool-kit is licensed under [GPLv3](LICENSE). - - diff --git a/debian/libdtkcore-dev.install b/debian/libdtkcore-dev.install new file mode 100644 index 0000000..682da5c --- /dev/null +++ b/debian/libdtkcore-dev.install @@ -0,0 +1,3 @@ +usr/lib/*/lib*.so +usr/include +usr/lib/*/pkgconfig/*.pc diff --git a/debian/libdtkcore.install b/debian/libdtkcore.install new file mode 100644 index 0000000..3ddde58 --- /dev/null +++ b/debian/libdtkcore.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* -- 2.30.2